Rapid PHP includes special features and tools that help to write and edit PHP code more efficiently.
Tools on the PHP menu and toolbar allow you to insert instant pieces of PHP code. Auto Complete helps to remember and quickly insert variable names. Function hints allow to lookup function parameters without looking in the documentation.
You can use Code Explorer to easily navigate through your PHP script. Code Explorer lists classes, functions, variables and includes contained in the script and allows you to quickly move through your code.
You can validate your PHP script against syntax errors using a Syntax Check feature.
After you have configured Rapid PHP editor to work with your web server, you can preview PHP directly in its document window, you can also open your PHP document in any installed Web browser.